Register the right translation domain.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 1 May 2008 14:03:35 +0000 (14:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 1 May 2008 14:03:35 +0000 (14:03 +0000)
        * modules/imput/imthai.c: Register the right translation domain.

svn path=/trunk/; revision=20060

ChangeLog
modules/input/imthai.c

index d1f90d8a72dc4d724625d563490c68e39ceec033..9b9084b471a6c24d10e5f41dbfc18cb100327d48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/imput/imthai.c: Register the right translation domain.
+
 2008-04-30  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 529386 – Printing options hidden by blacklisted option
index e263620108b10d6a9ff13c5088c38e95455fa7be..c93fcbd5921e4ce78ac31dcc99edbc7840e73bc7 100644 (file)
@@ -33,7 +33,7 @@ GType type_thai = 0;
 static const GtkIMContextInfo thai_info = { 
   "thai",         /* ID */
   N_("Thai-Lao"),  /* Human readable name */
-  "gtk+",         /* Translation domain */
+  "gtk20",        /* Translation domain */
    GTK_LOCALEDIR,  /* Dir for bindtextdomain (not strictly needed for "gtk+") */
   "lo:th"         /* Languages for which this module is the default */
 };